home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 18186 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.9 KB

  1. Path: ix.netcom.com!news
  2. From: miker3@ix.netcom.com (Mike Rubenstein)
  3. Newsgroups: comp.lang.c,comp.lang.c++
  4. Subject: Re: [Q] Comments on "Algorithm in C" or "Algorithm in C++"
  5. Date: Thu, 18 Apr 1996 17:39:09 GMT
  6. Organization: Netcom
  7. Message-ID: <31767bff.68611528@nntp.ix.netcom.com>
  8. References: <4kgj3f$nug@sun.rhbnc.ac.uk>
  9. NNTP-Posting-Host: ix-dc6-10.ix.netcom.com
  10. X-NETCOM-Date: Thu Apr 18 12:39:09 PM CDT 1996
  11. X-Newsreader: Forte Agent .99d/32.182
  12.  
  13. Jim Hu <jim@gl.rhbnc.ac.uk> wrote:
  14.  
  15. > Hi, there,
  16. >     Yesterday I went to a bookshop and saw two books written
  17. > by Robert Sedgewick. One is
  18. >     Algorithms in C
  19. > and aother
  20. >     Algorithms in C++
  21. >  I briefly compared the two books and found they are identical. Only
  22. > differences are the covers and several words in the first chapter.
  23. > The same contents for the two books made me wonder if they are really
  24. > worth to buy. Surely "Algorithms in C++" can not be called "SOMETHING in C++"
  25. > if it does not uses the C++ feature. Before I spend money on it,
  26. > I really want to hear any comments on the books from you. Or could
  27. > you recommendate me another algorithm books on C/C++.
  28.  
  29. You can also get "Algorithms" and and "Algorithms in Modula 3" which
  30. are the same books with changes in the language.  I'm not acquainted
  31. with the Modula 3 version, but "Algorithms", which uses Pascal, would
  32. be just about as as useful for the C[++] programmer as the C or C++
  33. versions.  The book is about algorithms, not coding and any programmer
  34. who can't translate the simple code given to another language should
  35. get out of the business.
  36.  
  37. You certainly would not want to buy more than one of these books.  I'd
  38. pick the one that's easiest to reach in the bookstore.
  39.  
  40. It's a pretty good book, but not my favorite.  I prefer
  41.  
  42.     Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest; 
  43.     Introduction to Algorithms; MIT Press and McGraw-Hill;
  44.     ISBN 0-262-03141-8 (MIT Press)
  45.     ISBN 0-070913143-0 (McGraw-Hill)
  46.  
  47.  
  48. Michael M Rubenstein
  49.